Time Class |
Namespace: Independentsoft.Sip.Sdp
The Time type exposes the following members.
| Name | Description | |
|---|---|---|
| Time |
Initializes a new instance of the Time class.
| |
| Time(DateTime, DateTime) |
Initializes a new instance of the Time class with the specified start and end time.
| |
| Time(Int64, Int64) |
Initializes a new instance of the Time class with the specified start and end time.
| |
| Time(DateTime, DateTime, RepeatTime) |
Initializes a new instance of the Time class with the specified start, end and repeat time.
|
| Name | Description | |
|---|---|---|
| End |
Gets or sets end time.
| |
| RepeatTime |
Gets array of repeat times.
| |
| Start |
Gets or sets start time.
| |
| TimeZone |
Gets or sets time zone.
|
| Name | Description | |
|---|---|---|
| Add |
Add a RepeatTime.
| |
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| Parse |
Converts the specified string representation of a time to its Time equivalent.
| |
| ToString |
Converts the value of this instance to its equivalent string representation.
(Overrides ObjectToString.) |